Bitmap for UWP
Create(Device,Texture3DDescription,DataBox[]) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct3D11 名前空間 > Texture3D クラス > Create メソッド : Create(Device,Texture3DDescription,DataBox[]) メソッド
The device with which to associate the texture.
The description of the texture.
An array of initial texture data for each subresource.
Initializes a new instance of the Texture3Dclass.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal device As Device, _
   ByVal description As Texture3DDescription, _
   ByVal data() As DataBox _
) As Texture3D
public static Texture3D Create( 
   Device device,
   Texture3DDescription description,
   DataBox[] data
)

パラメータ

device
The device with which to associate the texture.
description
The description of the texture.
data
An array of initial texture data for each subresource.
参照

Texture3D クラス
Texture3D メンバ
オーバーロード一覧